From 9ef4129ab0561beff55dad37a4ccd8c81c2f845b Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 1 Jan 2003 16:56:17 +0000 Subject: [PATCH] (rmail-reply): Don't call mail-strip-quoted-names. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index d07305f2b8c..f7e10f15549 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -3147,7 +3147,8 @@ use \\[mail-yank-original] to yank the original message into it." ;; since they can handle the names unstripped. ;; I don't know whether there are other mailers that still ;; need the names to be stripped. - (mail-strip-quoted-names reply-to) +;;; (mail-strip-quoted-names reply-to) + reply-to subject (rmail-make-in-reply-to-field from date message-id) (if just-sender -- 2.30.2